Skip to main content

Week 1

Milestones

  • Understanding the existing Internal Dashboard code
  • Add a pie chart in the dashboard for inbound and outbound messages
    • PR Raised
    • PR reviewed and merged

Screenshots / Videos

Inbound and Outbound Message Distribution Pie Chart

pie

Contributions

PRsDescription
🔗Added a pie chart for inbound and outbound messages to improve the internal dashboard. The goal was to provide a high-level breakdown of all messages in the platform.

Learnings

  • Creating interactive and visually appealing charts within the Internal Dashboard. Learned how to customize various aspects of the charts such as colors, labels, and chart types, to suit the specific metrics and data visualization requirements.
  • Phoenix LiveView capabilities and how it facilitates real-time updates and interactive user interfaces.